@charset "utf-8";
/*! 以下摘取自：normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 *个人自定义样式
 */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body {
	margin: 0;
}

body {
	overflow-x: hidden;
	font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", Tahoma, Arial, Verdana, "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

p {
	line-height: 1.5;
}

a,
a:visited {
	text-decoration: none;
}

li {
	list-style: none;
}

ul,
li,
ol {
	margin: 0;
	padding: 0;
}

fieldset,
input,
button,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.img {
	max-width: 100%;
	height: auto;
}

.img2 {
	max-height: 100%;
	width: auto;
}

.trans {
	-moz-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.trans04 {
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.trans2 {
	-moz-transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
}

.trans12 {
	-moz-transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	transition: all ease 1.5s;
}

.transcalxzero {
	transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.transcaletop {
	transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg0 {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abs {
	width: 101%;
	height: 101%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.flex {
    display: box;              /* OLD - Android 4.4- */
	display: flexbox; 
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

/**
 *自定义字体样式
 */
.z100{font-size: 100px;}
.z80{font-size: 80px;}
.z70{font-size: 70px;}
.z62{font-size: 62px;}
.z60{font-size: 60px;}
.z56{font-size: 56px;}
.z50{font-size: 50px;}
.z46{font-size: 46px;}
.z40{font-size: 40px;}
.z36{font-size: 36px;}
.z34{font-size: 34px;}
.z32{font-size: 32px;}
.z30{font-size: 30px;}
.z28{font-size: 28px;}
.z25{font-size: 25px;}
.z24{font-size: 24px;}
.z22{font-size: 22px;}
.z20{font-size: 20px;}
.z18{font-size: 18px;}
.z17{font-size: 17px;}
.z16{font-size: 16px;}
.z162{font-size: 16px;}
.z15{font-size: 15px;}
.z14{font-size: 14px;}
.z13{font-size: 13px;}
.z12{font-size: 14px;}
.z10{font-size: 10px;}

@media screen and (max-width: 1700px){
.z100{font-size: 88px;}
.z80{font-size: 70px;}
.z70{font-size: 60px;}
.z62{font-size: 54px;}
.z60{font-size: 53px;}
.z56{font-size: 49px;}
.z50{font-size: 44px;}
.z46{font-size: 40px;}
.z40{font-size: 35px;}
.z36{font-size: 31px;}
.z34{font-size: 30px;}
.z32{font-size: 28px;}
.z30{font-size: 26px;}
.z28{font-size: 24px;}
.z25{font-size: 22px;}
.z24{font-size: 21px;}
.z22{font-size: 18px;}
.z20{font-size: 18px;}
.z18{font-size: 16px;}
.z17{font-size: 16px;}
.z16{font-size: 14px;}
.z162{font-size: 14px;}
.z15{font-size: 14px;}
}
@media screen and (max-width: 1400px){
.z100{font-size: 72px;}
.z80{font-size: 58px;}
.z70{font-size: 50px;}
.z62{font-size: 45px;}
.z60{font-size: 43px;}
.z56{font-size: 40px;}
.z50{font-size: 36px;}
.z46{font-size: 33px;}
.z40{font-size: 29px;}
.z36{font-size: 26px;}
.z34{font-size: 24px;}
.z32{font-size: 23px;}
.z30{font-size: 20px;}
.z28{font-size: 20px;}
.z25{font-size: 18px;}
.z24{font-size: 18px;}
.z22{font-size: 16px;}
.z20{font-size: 16px;}
.z18{font-size: 14px;}
.z17{font-size: 15px;}
.z16{font-size: 12px;}
.z162{font-size: 14px;}
.z15{font-size: 12px;}
.z14{font-size: 12px;}
.z12{font-size: 12px;}
}
@media screen and (max-width: 1200px){
.z100{font-size: 62px;}
.z80{font-size: 50px;}
.z70{font-size: 43px;}
.z62{font-size: 38px;}
.z60{font-size: 37px;}
.z56{font-size: 35px;}
.z50{font-size: 31px;}
.z46{font-size: 28px;}
.z40{font-size: 25px;}
.z36{font-size: 22px;}
.z34{font-size: 21px;}
.z32{font-size: 20px;}
.z30{font-size: 18px;}
.z28{font-size: 18px;}
.z25{font-size: 16px;}
.z24{font-size: 16px;}
.z22{font-size: 14px;}
.z20{font-size: 14px;}
.z18{font-size: 12px;}
.z17{font-size: 14px;}
.z162{font-size: 12px;}
}
@media screen and (max-width: 1024px){
.z100{font-size: 52px;}
.z80{font-size: 42px;}
.z70{font-size: 37px;}
.z62{font-size: 33px;}
.z60{font-size: 32px;}
.z56{font-size: 29px;}
.z50{font-size: 26px;}
.z46{font-size: 24px;}
.z40{font-size: 21px;}
.z36{font-size: 19px;}
.z34{font-size: 18px;}
.z32{font-size: 17px;}
.z30{font-size: 16px;}
.z28{font-size: 16px;}
.z25{font-size: 16px;}
.z24{font-size: 14px;}
.z22{font-size: 12px;}
.z20{font-size: 12px;}
.z17{font-size: 12px;}
}


@media screen and (max-width: 950px){
.z100{font-size: 50px;}
.z80{font-size: 39px;}
.z70{font-size: 34px;}
.z62{font-size: 30px;}
.z60{font-size: 29px;}
.z56{font-size: 27px;}
.z50{font-size: 24px;}
.z46{font-size: 22px;}
.z40{font-size: 19px;}
.z36{font-size: 17px;}
.z34{font-size: 16px;}
.z32{font-size: 16px;}
.z30{font-size: 14px;}
.z28{font-size: 14px;}
.z25{font-size: 14px;}
.z24{font-size: 12px;}
}

@media screen and (max-width: 850px){
.z100{font-size: 44px;}
.z80{font-size: 35px;}
.z70{font-size: 30px;}
.z62{font-size: 27px;}
.z60{font-size: 26px;}
.z56{font-size: 24px;}
.z50{font-size: 22px;}
.z46{font-size: 20px;}
.z40{font-size: 17px;}
.z36{font-size: 16px;}
.z34{font-size: 14px;}
.z32{font-size: 14px;}
.z30{font-size: 12px;}
.z28{font-size: 12px;}
.z25{font-size: 12px;}
}

@media screen and (max-width: 768px){
.z100{font-size: 40px;}
.z80{font-size: 32px;}
.z70{font-size: 28px;}
.z62{font-size: 24px;}
.z60{font-size: 24px;}
.z56{font-size: 22px;}
.z50{font-size: 20px;}
.z46{font-size: 18px;}
.z40{font-size: 16px;}
.z36{font-size: 14px;}
.z34{font-size: 12px;}
.z32{font-size: 12px;}
}

@media screen and (max-width: 650px){
.z100{font-size: 33px;}
.z80{font-size: 27px;}
.z70{font-size: 23px;}
.z62{font-size: 20px;}
.z60{font-size: 20px;}
.z56{font-size: 18px;}
.z50{font-size: 16px;}
.z46{font-size: 15px;}
.z40{font-size: 14px;}
.z36{font-size: 12px;}
}
@media screen and (max-width: 560px){
 .z100{font-size: 29px;}
.z80{font-size: 23px;}
.z70{font-size: 20px;}
.z62{font-size: 18px;}
.z60{font-size: 17px;}
.z56{font-size: 16px;}
.z50{font-size: 14px;}
.z46{font-size: 13px;}
.z40{font-size: 12px;}
}

@media screen and (max-width: 450px){
.z100{font-size: 22px;}
.z80{font-size: 18px;}
.z70{font-size: 16px;}
.z62{font-size: 14px;}
.z60{font-size: 14px;}
.z56{font-size: 13px;}
.z50{font-size: 12px;}
.z46{font-size: 12px;}
}

@media screen and (max-width: 768px) { 
	.tckbox{display: none !important;}
	#xuanfu{display: none !important;}
	#xuanfu2{display: none !important;}

/*	#LR-BUBBLE{display: none !important;}
	#LRfloater0{display: none !important;}
	#LR-CIRCLE{display: none !important;}*/
} 
